New user option 'shell-history-file-name'
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 2 Jun 2024 17:30:12 +0000 (19:30 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 2 Jun 2024 17:30:12 +0000 (19:30 +0200)
commitbffe73b562f4065bfa99095a46f1bdb731bebc13
treeb672a57850df3c20816856328cc89db2d618f1ae
parent2849c0cda3785124465806134b316f95231a67a5
New user option 'shell-history-file-name'

* doc/emacs/misc.texi (Shell Ring): Explain shell-history-file-name.

* doc/misc/tramp.texi (Inline methods): Be more specific with containers.
(Remote processes): New subsection "Managing remote shell history".
Explain shell-history-file-name.
(Frequently Asked Questions): Add items to Tramp speedup.  Remove
entry about history file.

* etc/NEWS: New user option 'shell-history-file-name'.

* lisp/shell.el (shell-history-file-name): New defcustom.
(shell-mode): Use it.  (Bug#71049)
doc/emacs/misc.texi
doc/misc/tramp.texi
etc/NEWS
lisp/shell.el